projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77e68dd
)
(ad-special-forms): Correct the conditional inclusion of `track-mouse'.
author
Miles Bader
<miles@gnu.org>
Tue, 21 Nov 2000 08:48:45 +0000
(08:48 +0000)
committer
Miles Bader
<miles@gnu.org>
Tue, 21 Nov 2000 08:48:45 +0000
(08:48 +0000)
lisp/emacs-lisp/advice.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/advice.el
b/lisp/emacs-lisp/advice.el
index c8f7be749f045e484e724a21920c1207543e5531..4d32929ee9b6fa288b9649b2cd855ea064ed8a8c 100644
(file)
--- a/
lisp/emacs-lisp/advice.el
+++ b/
lisp/emacs-lisp/advice.el
@@
-2471,7
+2471,7
@@
will clear the cache."
defun defvar function if interactive let let*
or prog1 prog2 progn quote save-current-buffer
save-excursion save-restriction save-window-excursion
- setq setq-default
track-mouse
unwind-protect while
+ setq setq-default unwind-protect while
with-output-to-temp-buffer)))
;; track-mouse could be void in some configurations.
(if (fboundp 'track-mouse)